luci-compat: Fix typo in wildcard which is supposed to grant all perms.
authorMirko Vogt <[email protected]>
Sat, 5 Dec 2020 12:34:41 +0000 (12:34 +0000)
committerJo-Philipp Wich <[email protected]>
Sun, 6 Dec 2020 13:41:59 +0000 (14:41 +0100)
Signed-off-by: Mirko Vogt <[email protected]>
modules/luci-compat/root/usr/share/rpcd/acl.d/luci-compat.json

index ea1a4353670cf7a400e5599de7013f4af11d310a..8f0715258966a7a3a6d114896d6b5526db630df5 100644 (file)
@@ -2,10 +2,10 @@
        "allow-full-uci-access": {
                "description": "Allow full UCI access for legacy applications",
                "read": {
-                       "uci": [ "'*" ]
+                       "uci": [ "*" ]
                },
                "write": {
-                       "uci": [ "'*" ]
+                       "uci": [ "*" ]
                }
        }
 }